[INFO] fetching crate microxdg 0.2.0...
[INFO] fixing microxdg-0.2.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate microxdg 0.2.0 into /workspace/builds/worker-0-tc2/source
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking crates.io crate microxdg 0.2.0
[INFO] finished tweaking crates.io crate microxdg 0.2.0
[INFO] tweaked toml for crates.io crate microxdg 0.2.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate microxdg 0.2.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 13 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 68a80d20e43780ab3339ee3275b1b43e17a3ddfb63b8932def9bf326d84e8555
[INFO] running `Command { std: "docker" "start" "68a80d20e43780ab3339ee3275b1b43e17a3ddfb63b8932def9bf326d84e8555", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "68a80d20e43780ab3339ee3275b1b43e17a3ddfb63b8932def9bf326d84e8555" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "68a80d20e43780ab3339ee3275b1b43e17a3ddfb63b8932def9bf326d84e8555", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "68a80d20e43780ab3339ee3275b1b43e17a3ddfb63b8932def9bf326d84e8555" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking microxdg v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]        Fixed src/app.rs (108 fixes)
[INFO] [stderr]        Fixed src/lib.rs (60 fixes)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
[INFO] [stderr] crater-edition-check: microxdg v0.2.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking microxdg v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1507:9
[INFO] [stdout]      |
[INFO] [stdout] 1507 |         unsafe { env::remove_var("USER") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]     --> src/lib.rs:44:9
[INFO] [stdout]      |
[INFO] [stdout]   44 | #![deny(unsafe_code)]
[INFO] [stdout]      |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1509:9
[INFO] [stdout]      |
[INFO] [stdout] 1509 |         unsafe { env::remove_var("HOME") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1513:9
[INFO] [stdout]      |
[INFO] [stdout] 1513 |         unsafe { env::remove_var("XDG_CACHE_HOME") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1515:9
[INFO] [stdout]      |
[INFO] [stdout] 1515 |         unsafe { env::remove_var("XDG_CONFIG_HOME") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1517:9
[INFO] [stdout]      |
[INFO] [stdout] 1517 |         unsafe { env::remove_var("XDG_DATA_HOME") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1519:9
[INFO] [stdout]      |
[INFO] [stdout] 1519 |         unsafe { env::remove_var("XDG_STATE_HOME") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1521:9
[INFO] [stdout]      |
[INFO] [stdout] 1521 |         unsafe { env::remove_var("XDG_BIN_HOME") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1523:9
[INFO] [stdout]      |
[INFO] [stdout] 1523 |         unsafe { env::remove_var("XDG_RUNTIME_DIR") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1527:9
[INFO] [stdout]      |
[INFO] [stdout] 1527 |         unsafe { env::remove_var("XDG_CONFIG_DIRS") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1529:9
[INFO] [stdout]      |
[INFO] [stdout] 1529 |         unsafe { env::remove_var("XDG_DATA_DIRS") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1538:9
[INFO] [stdout]      |
[INFO] [stdout] 1538 |         unsafe { env::set_var("USER", "user2") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1540:9
[INFO] [stdout]      |
[INFO] [stdout] 1540 |         unsafe { env::set_var("HOME", "/home/user1") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1552:9
[INFO] [stdout]      |
[INFO] [stdout] 1552 |         unsafe { env::remove_var("HOME") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1564:9
[INFO] [stdout]      |
[INFO] [stdout] 1564 |         unsafe { env::remove_var("USER") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1579:9
[INFO] [stdout]      |
[INFO] [stdout] 1579 |         unsafe { env::set_var("USER", "user1") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1581:9
[INFO] [stdout]      |
[INFO] [stdout] 1581 |         unsafe { env::set_var("HOME", "/home/user1") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1594:9
[INFO] [stdout]      |
[INFO] [stdout] 1594 |         unsafe { env::set_var("XDG_CACHE_HOME", "/home/user2/.cache") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1596:9
[INFO] [stdout]      |
[INFO] [stdout] 1596 |         unsafe { env::set_var("XDG_CONFIG_HOME", "/home/user2/.config") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1598:9
[INFO] [stdout]      |
[INFO] [stdout] 1598 |         unsafe { env::set_var("XDG_DATA_HOME", "/home/user2/.local/share") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1600:9
[INFO] [stdout]      |
[INFO] [stdout] 1600 |         unsafe { env::set_var("XDG_STATE_HOME", "/home/user2/.local/state") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1602:9
[INFO] [stdout]      |
[INFO] [stdout] 1602 |         unsafe { env::set_var("XDG_BIN_HOME", "/home/user2/.local/bin") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1604:9
[INFO] [stdout]      |
[INFO] [stdout] 1604 |         unsafe { env::set_var("XDG_RUNTIME_DIR", "/run/user/1000") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1613:9
[INFO] [stdout]      |
[INFO] [stdout] 1613 |         unsafe { env::set_var("XDG_CACHE_HOME", "") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1615:9
[INFO] [stdout]      |
[INFO] [stdout] 1615 |         unsafe { env::set_var("XDG_CONFIG_HOME", "") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1617:9
[INFO] [stdout]      |
[INFO] [stdout] 1617 |         unsafe { env::set_var("XDG_DATA_HOME", "") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1619:9
[INFO] [stdout]      |
[INFO] [stdout] 1619 |         unsafe { env::set_var("XDG_STATE_HOME", "") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1621:9
[INFO] [stdout]      |
[INFO] [stdout] 1621 |         unsafe { env::set_var("XDG_BIN_HOME", "") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1623:9
[INFO] [stdout]      |
[INFO] [stdout] 1623 |         unsafe { env::set_var("XDG_RUNTIME_DIR", "") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1632:9
[INFO] [stdout]      |
[INFO] [stdout] 1632 |         unsafe { env::set_var("XDG_CACHE_HOME", "./cache") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1634:9
[INFO] [stdout]      |
[INFO] [stdout] 1634 |         unsafe { env::set_var("XDG_CONFIG_HOME", "./config") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1636:9
[INFO] [stdout]      |
[INFO] [stdout] 1636 |         unsafe { env::set_var("XDG_DATA_HOME", "./data") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1638:9
[INFO] [stdout]      |
[INFO] [stdout] 1638 |         unsafe { env::set_var("XDG_STATE_HOME", "./state") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1640:9
[INFO] [stdout]      |
[INFO] [stdout] 1640 |         unsafe { env::set_var("XDG_BIN_HOME", "./bin") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1642:9
[INFO] [stdout]      |
[INFO] [stdout] 1642 |         unsafe { env::set_var("XDG_RUNTIME_DIR", "./runtime") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1688:9
[INFO] [stdout]      |
[INFO] [stdout] 1688 |         unsafe { env::set_var("XDG_CACHE_HOME", invalid_unicode) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1690:9
[INFO] [stdout]      |
[INFO] [stdout] 1690 |         unsafe { env::set_var("XDG_CONFIG_HOME", invalid_unicode) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1692:9
[INFO] [stdout]      |
[INFO] [stdout] 1692 |         unsafe { env::set_var("XDG_DATA_HOME", invalid_unicode) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1694:9
[INFO] [stdout]      |
[INFO] [stdout] 1694 |         unsafe { env::set_var("XDG_STATE_HOME", invalid_unicode) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1696:9
[INFO] [stdout]      |
[INFO] [stdout] 1696 |         unsafe { env::set_var("XDG_BIN_HOME", invalid_unicode) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1698:9
[INFO] [stdout]      |
[INFO] [stdout] 1698 |         unsafe { env::set_var("XDG_RUNTIME_DIR", invalid_unicode) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1751:9
[INFO] [stdout]      |
[INFO] [stdout] 1751 |         unsafe { env::set_var("USER", "user") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1753:9
[INFO] [stdout]      |
[INFO] [stdout] 1753 |         unsafe { env::set_var("HOME", "/home/user") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1768:9
[INFO] [stdout]      |
[INFO] [stdout] 1768 | /         unsafe { env::set_var(
[INFO] [stdout] 1769 | |             "XDG_CONFIG_DIRS",
[INFO] [stdout] 1770 | |             "/config/dir1:/config/dir2:/config/dir3:/config/dir4",
[INFO] [stdout] 1771 | |         ) };
[INFO] [stdout]      | |___________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1773:9
[INFO] [stdout]      |
[INFO] [stdout] 1773 | /         unsafe { env::set_var(
[INFO] [stdout] 1774 | |             "XDG_DATA_DIRS",
[INFO] [stdout] 1775 | |             "/data/dir1:/data/dir2:/data/dir3:/data/dir4",
[INFO] [stdout] 1776 | |         ) };
[INFO] [stdout]      | |___________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1805:9
[INFO] [stdout]      |
[INFO] [stdout] 1805 |         unsafe { env::set_var("USER", "user") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1807:9
[INFO] [stdout]      |
[INFO] [stdout] 1807 |         unsafe { env::set_var("HOME", "/home/user") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1833:9
[INFO] [stdout]      |
[INFO] [stdout] 1833 |         unsafe { env::set_var("XDG_CACHE_HOME", "/home/user1/.cache") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1835:9
[INFO] [stdout]      |
[INFO] [stdout] 1835 |         unsafe { env::set_var("XDG_CONFIG_HOME", "/home/user1/.config") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1837:9
[INFO] [stdout]      |
[INFO] [stdout] 1837 |         unsafe { env::set_var("XDG_DATA_HOME", "/home/user1/.local/share") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1839:9
[INFO] [stdout]      |
[INFO] [stdout] 1839 |         unsafe { env::set_var("XDG_STATE_HOME", "/home/user1/.local/state") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1841:9
[INFO] [stdout]      |
[INFO] [stdout] 1841 |         unsafe { env::set_var("XDG_BIN_HOME", "/home/user1/.local/bin") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1872:9
[INFO] [stdout]      |
[INFO] [stdout] 1872 |         unsafe { env::set_var("USER", "user") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1874:9
[INFO] [stdout]      |
[INFO] [stdout] 1874 |         unsafe { env::set_var("HOME", "/home/user") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1887:9
[INFO] [stdout]      |
[INFO] [stdout] 1887 |         unsafe { env::set_var("XDG_CACHE_HOME", cache_home.path()) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1889:9
[INFO] [stdout]      |
[INFO] [stdout] 1889 |         unsafe { env::set_var("XDG_CONFIG_HOME", config_home.path()) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1891:9
[INFO] [stdout]      |
[INFO] [stdout] 1891 |         unsafe { env::set_var("XDG_DATA_HOME", data_home.path()) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1893:9
[INFO] [stdout]      |
[INFO] [stdout] 1893 |         unsafe { env::set_var("XDG_STATE_HOME", state_home.path()) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1895:9
[INFO] [stdout]      |
[INFO] [stdout] 1895 |         unsafe { env::set_var("XDG_BIN_HOME", bin_home.path()) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1936:9
[INFO] [stdout]      |
[INFO] [stdout] 1936 |         unsafe { env::set_var("XDG_DATA_DIRS", data_dirs.path()) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1938:9
[INFO] [stdout]      |
[INFO] [stdout] 1938 |         unsafe { env::set_var("XDG_CONFIG_DIRS", config_dirs.path()) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1961:9
[INFO] [stdout]      |
[INFO] [stdout] 1961 |         unsafe { env::set_var("USER", "user1") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1963:9
[INFO] [stdout]      |
[INFO] [stdout] 1963 |         unsafe { env::set_var("HOME", "/home/user1") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1984:9
[INFO] [stdout]      |
[INFO] [stdout] 1984 |         unsafe { env::set_var("XDG_CACHE_HOME", "/home/user2/.cache") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1986:9
[INFO] [stdout]      |
[INFO] [stdout] 1986 |         unsafe { env::set_var("XDG_CONFIG_HOME", "/home/user2/.config") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1988:9
[INFO] [stdout]      |
[INFO] [stdout] 1988 |         unsafe { env::set_var("XDG_DATA_HOME", "/home/user2/.local/share") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:1990:9
[INFO] [stdout]      |
[INFO] [stdout] 1990 |         unsafe { env::set_var("XDG_STATE_HOME", "/home/user2/.local/state") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2009:9
[INFO] [stdout]      |
[INFO] [stdout] 2009 |         unsafe { env::set_var("XDG_CACHE_HOME", "") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2011:9
[INFO] [stdout]      |
[INFO] [stdout] 2011 |         unsafe { env::set_var("XDG_CONFIG_HOME", "") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2013:9
[INFO] [stdout]      |
[INFO] [stdout] 2013 |         unsafe { env::set_var("XDG_DATA_HOME", "") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2015:9
[INFO] [stdout]      |
[INFO] [stdout] 2015 |         unsafe { env::set_var("XDG_STATE_HOME", "") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2034:9
[INFO] [stdout]      |
[INFO] [stdout] 2034 |         unsafe { env::set_var("XDG_CACHE_HOME", "./app_name/cache") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2036:9
[INFO] [stdout]      |
[INFO] [stdout] 2036 |         unsafe { env::set_var("XDG_CONFIG_HOME", "./app_name/config") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2038:9
[INFO] [stdout]      |
[INFO] [stdout] 2038 |         unsafe { env::set_var("XDG_DATA_HOME", "./app_name/data") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2040:9
[INFO] [stdout]      |
[INFO] [stdout] 2040 |         unsafe { env::set_var("XDG_STATE_HOME", "./app_name/state") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2072:9
[INFO] [stdout]      |
[INFO] [stdout] 2072 |         unsafe { env::set_var("XDG_CACHE_HOME", invalid_unicode) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2074:9
[INFO] [stdout]      |
[INFO] [stdout] 2074 |         unsafe { env::set_var("XDG_CONFIG_HOME", invalid_unicode) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2076:9
[INFO] [stdout]      |
[INFO] [stdout] 2076 |         unsafe { env::set_var("XDG_DATA_HOME", invalid_unicode) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2078:9
[INFO] [stdout]      |
[INFO] [stdout] 2078 |         unsafe { env::set_var("XDG_STATE_HOME", invalid_unicode) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2080:9
[INFO] [stdout]      |
[INFO] [stdout] 2080 |         unsafe { env::set_var("XDG_BIN_HOME", invalid_unicode) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2118:9
[INFO] [stdout]      |
[INFO] [stdout] 2118 |         unsafe { env::set_var("USER", "user") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2120:9
[INFO] [stdout]      |
[INFO] [stdout] 2120 |         unsafe { env::set_var("HOME", "/home/user") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2137:9
[INFO] [stdout]      |
[INFO] [stdout] 2137 | /         unsafe { env::set_var(
[INFO] [stdout] 2138 | |             "XDG_CONFIG_DIRS",
[INFO] [stdout] 2139 | |             "/config/dir1:/config/dir2:/config/dir3:/config/dir4",
[INFO] [stdout] 2140 | |         ) };
[INFO] [stdout]      | |___________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2142:9
[INFO] [stdout]      |
[INFO] [stdout] 2142 | /         unsafe { env::set_var(
[INFO] [stdout] 2143 | |             "XDG_DATA_DIRS",
[INFO] [stdout] 2144 | |             "/data/dir1:/data/dir2:/data/dir3:/data/dir4",
[INFO] [stdout] 2145 | |         ) };
[INFO] [stdout]      | |___________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2173:9
[INFO] [stdout]      |
[INFO] [stdout] 2173 |         unsafe { env::set_var("USER", "user") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2175:9
[INFO] [stdout]      |
[INFO] [stdout] 2175 |         unsafe { env::set_var("HOME", "/home/user") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2196:9
[INFO] [stdout]      |
[INFO] [stdout] 2196 |         unsafe { env::set_var("XDG_CACHE_HOME", "/home/user1/.cache") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2198:9
[INFO] [stdout]      |
[INFO] [stdout] 2198 |         unsafe { env::set_var("XDG_CONFIG_HOME", "/home/user1/.config") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2200:9
[INFO] [stdout]      |
[INFO] [stdout] 2200 |         unsafe { env::set_var("XDG_DATA_HOME", "/home/user1/.local/share") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2202:9
[INFO] [stdout]      |
[INFO] [stdout] 2202 |         unsafe { env::set_var("XDG_STATE_HOME", "/home/user1/.local/state") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2221:9
[INFO] [stdout]      |
[INFO] [stdout] 2221 |         unsafe { env::set_var("USER", "user2") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2223:9
[INFO] [stdout]      |
[INFO] [stdout] 2223 |         unsafe { env::remove_var("HOME") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2226:9
[INFO] [stdout]      |
[INFO] [stdout] 2226 |         unsafe { env::set_var("XDG_CACHE_HOME", "") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2228:9
[INFO] [stdout]      |
[INFO] [stdout] 2228 |         unsafe { env::set_var("XDG_CONFIG_HOME", "") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2230:9
[INFO] [stdout]      |
[INFO] [stdout] 2230 |         unsafe { env::set_var("XDG_DATA_HOME", "") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2232:9
[INFO] [stdout]      |
[INFO] [stdout] 2232 |         unsafe { env::set_var("XDG_STATE_HOME", "") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2260:9
[INFO] [stdout]      |
[INFO] [stdout] 2260 |         unsafe { env::set_var("USER", "user") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2262:9
[INFO] [stdout]      |
[INFO] [stdout] 2262 |         unsafe { env::set_var("HOME", "/home/user") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2289:9
[INFO] [stdout]      |
[INFO] [stdout] 2289 |         unsafe { env::set_var("XDG_CACHE_HOME", cache_home.path()) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2291:9
[INFO] [stdout]      |
[INFO] [stdout] 2291 |         unsafe { env::set_var("XDG_CONFIG_HOME", config_home.path()) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2293:9
[INFO] [stdout]      |
[INFO] [stdout] 2293 |         unsafe { env::set_var("XDG_DATA_HOME", data_home.path()) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2295:9
[INFO] [stdout]      |
[INFO] [stdout] 2295 |         unsafe { env::set_var("XDG_STATE_HOME", state_home.path()) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2324:9
[INFO] [stdout]      |
[INFO] [stdout] 2324 |         unsafe { env::remove_var("XDG_CACHE_HOME") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2326:9
[INFO] [stdout]      |
[INFO] [stdout] 2326 |         unsafe { env::remove_var("XDG_CONFIG_HOME") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2328:9
[INFO] [stdout]      |
[INFO] [stdout] 2328 |         unsafe { env::remove_var("XDG_DATA_HOME") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2330:9
[INFO] [stdout]      |
[INFO] [stdout] 2330 |         unsafe { env::remove_var("XDG_STATE_HOME") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2340:9
[INFO] [stdout]      |
[INFO] [stdout] 2340 |         unsafe { env::set_var("XDG_DATA_DIRS", &app_data_dirs) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2342:9
[INFO] [stdout]      |
[INFO] [stdout] 2342 |         unsafe { env::set_var("XDG_CONFIG_DIRS", &app_config_dirs) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/app.rs:2362:9
[INFO] [stdout]      |
[INFO] [stdout] 2362 |         unsafe { env::set_var("HOME", "/home/user") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1170:9
[INFO] [stdout]      |
[INFO] [stdout] 1170 |         unsafe { env::remove_var("USER") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1172:9
[INFO] [stdout]      |
[INFO] [stdout] 1172 |         unsafe { env::remove_var("HOME") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1176:9
[INFO] [stdout]      |
[INFO] [stdout] 1176 |         unsafe { env::remove_var("XDG_CACHE_HOME") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1178:9
[INFO] [stdout]      |
[INFO] [stdout] 1178 |         unsafe { env::remove_var("XDG_CONFIG_HOME") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1180:9
[INFO] [stdout]      |
[INFO] [stdout] 1180 |         unsafe { env::remove_var("XDG_DATA_HOME") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1182:9
[INFO] [stdout]      |
[INFO] [stdout] 1182 |         unsafe { env::remove_var("XDG_STATE_HOME") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1184:9
[INFO] [stdout]      |
[INFO] [stdout] 1184 |         unsafe { env::remove_var("XDG_BIN_HOME") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1186:9
[INFO] [stdout]      |
[INFO] [stdout] 1186 |         unsafe { env::remove_var("XDG_RUNTIME_DIR") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1190:9
[INFO] [stdout]      |
[INFO] [stdout] 1190 |         unsafe { env::remove_var("XDG_CONFIG_DIRS") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1192:9
[INFO] [stdout]      |
[INFO] [stdout] 1192 |         unsafe { env::remove_var("XDG_DATA_DIRS") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1201:9
[INFO] [stdout]      |
[INFO] [stdout] 1201 |         unsafe { env::set_var("USER", "user2") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1203:9
[INFO] [stdout]      |
[INFO] [stdout] 1203 |         unsafe { env::set_var("HOME", "/home/user1") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1208:9
[INFO] [stdout]      |
[INFO] [stdout] 1208 |         unsafe { env::remove_var("HOME") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1213:9
[INFO] [stdout]      |
[INFO] [stdout] 1213 |         unsafe { env::remove_var("USER") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1225:9
[INFO] [stdout]      |
[INFO] [stdout] 1225 |         unsafe { env::set_var("USER", "user1") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1227:9
[INFO] [stdout]      |
[INFO] [stdout] 1227 |         unsafe { env::set_var("HOME", "/home/user1") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1240:9
[INFO] [stdout]      |
[INFO] [stdout] 1240 |         unsafe { env::set_var("XDG_CACHE_HOME", "/home/user2/.cache") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1242:9
[INFO] [stdout]      |
[INFO] [stdout] 1242 |         unsafe { env::set_var("XDG_CONFIG_HOME", "/home/user2/.config") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1244:9
[INFO] [stdout]      |
[INFO] [stdout] 1244 |         unsafe { env::set_var("XDG_DATA_HOME", "/home/user2/.local/share") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1246:9
[INFO] [stdout]      |
[INFO] [stdout] 1246 |         unsafe { env::set_var("XDG_STATE_HOME", "/home/user2/.local/state") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1248:9
[INFO] [stdout]      |
[INFO] [stdout] 1248 |         unsafe { env::set_var("XDG_BIN_HOME", "/home/user2/.local/bin") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1250:9
[INFO] [stdout]      |
[INFO] [stdout] 1250 |         unsafe { env::set_var("XDG_RUNTIME_DIR", "/run/user/1000") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1259:9
[INFO] [stdout]      |
[INFO] [stdout] 1259 |         unsafe { env::set_var("XDG_CACHE_HOME", "") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1261:9
[INFO] [stdout]      |
[INFO] [stdout] 1261 |         unsafe { env::set_var("XDG_CONFIG_HOME", "") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1263:9
[INFO] [stdout]      |
[INFO] [stdout] 1263 |         unsafe { env::set_var("XDG_DATA_HOME", "") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1265:9
[INFO] [stdout]      |
[INFO] [stdout] 1265 |         unsafe { env::set_var("XDG_STATE_HOME", "") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1267:9
[INFO] [stdout]      |
[INFO] [stdout] 1267 |         unsafe { env::set_var("XDG_BIN_HOME", "") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1269:9
[INFO] [stdout]      |
[INFO] [stdout] 1269 |         unsafe { env::set_var("XDG_RUNTIME_DIR", "") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1278:9
[INFO] [stdout]      |
[INFO] [stdout] 1278 |         unsafe { env::set_var("XDG_CACHE_HOME", "./cache") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1280:9
[INFO] [stdout]      |
[INFO] [stdout] 1280 |         unsafe { env::set_var("XDG_CONFIG_HOME", "./config") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1282:9
[INFO] [stdout]      |
[INFO] [stdout] 1282 |         unsafe { env::set_var("XDG_DATA_HOME", "./data") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1284:9
[INFO] [stdout]      |
[INFO] [stdout] 1284 |         unsafe { env::set_var("XDG_STATE_HOME", "./state") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1286:9
[INFO] [stdout]      |
[INFO] [stdout] 1286 |         unsafe { env::set_var("XDG_BIN_HOME", "./bin") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1288:9
[INFO] [stdout]      |
[INFO] [stdout] 1288 |         unsafe { env::set_var("XDG_RUNTIME_DIR", "./runtime") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1334:9
[INFO] [stdout]      |
[INFO] [stdout] 1334 |         unsafe { env::set_var("XDG_CACHE_HOME", invalid_unicode) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1336:9
[INFO] [stdout]      |
[INFO] [stdout] 1336 |         unsafe { env::set_var("XDG_CONFIG_HOME", invalid_unicode) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1338:9
[INFO] [stdout]      |
[INFO] [stdout] 1338 |         unsafe { env::set_var("XDG_DATA_HOME", invalid_unicode) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1340:9
[INFO] [stdout]      |
[INFO] [stdout] 1340 |         unsafe { env::set_var("XDG_STATE_HOME", invalid_unicode) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1342:9
[INFO] [stdout]      |
[INFO] [stdout] 1342 |         unsafe { env::set_var("XDG_BIN_HOME", invalid_unicode) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1344:9
[INFO] [stdout]      |
[INFO] [stdout] 1344 |         unsafe { env::set_var("XDG_RUNTIME_DIR", invalid_unicode) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1397:9
[INFO] [stdout]      |
[INFO] [stdout] 1397 |         unsafe { env::set_var("USER", "user") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1399:9
[INFO] [stdout]      |
[INFO] [stdout] 1399 |         unsafe { env::set_var("HOME", "/home/user") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1413:9
[INFO] [stdout]      |
[INFO] [stdout] 1413 | /         unsafe { env::set_var(
[INFO] [stdout] 1414 | |             "XDG_CONFIG_DIRS",
[INFO] [stdout] 1415 | |             "/config/dir1:/config/dir2:/config/dir3:/config/dir4",
[INFO] [stdout] 1416 | |         ) };
[INFO] [stdout]      | |___________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1418:9
[INFO] [stdout]      |
[INFO] [stdout] 1418 | /         unsafe { env::set_var(
[INFO] [stdout] 1419 | |             "XDG_DATA_DIRS",
[INFO] [stdout] 1420 | |             "/data/dir1:/data/dir2:/data/dir3:/data/dir4",
[INFO] [stdout] 1421 | |         ) };
[INFO] [stdout]      | |___________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1450:9
[INFO] [stdout]      |
[INFO] [stdout] 1450 |         unsafe { env::set_var("USER", "user") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1452:9
[INFO] [stdout]      |
[INFO] [stdout] 1452 |         unsafe { env::set_var("HOME", "/home/user") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1478:9
[INFO] [stdout]      |
[INFO] [stdout] 1478 |         unsafe { env::set_var("XDG_CACHE_HOME", "/home/user1/.cache") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1480:9
[INFO] [stdout]      |
[INFO] [stdout] 1480 |         unsafe { env::set_var("XDG_CONFIG_HOME", "/home/user1/.config") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1482:9
[INFO] [stdout]      |
[INFO] [stdout] 1482 |         unsafe { env::set_var("XDG_DATA_HOME", "/home/user1/.local/share") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1484:9
[INFO] [stdout]      |
[INFO] [stdout] 1484 |         unsafe { env::set_var("XDG_STATE_HOME", "/home/user1/.local/state") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1486:9
[INFO] [stdout]      |
[INFO] [stdout] 1486 |         unsafe { env::set_var("XDG_BIN_HOME", "/home/user1/.local/bin") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1516:9
[INFO] [stdout]      |
[INFO] [stdout] 1516 |         unsafe { env::set_var("USER", "user") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1518:9
[INFO] [stdout]      |
[INFO] [stdout] 1518 |         unsafe { env::set_var("HOME", "/home/user") };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1539:9
[INFO] [stdout]      |
[INFO] [stdout] 1539 |         unsafe { env::set_var("XDG_CACHE_HOME", cache_home.path()) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1541:9
[INFO] [stdout]      |
[INFO] [stdout] 1541 |         unsafe { env::set_var("XDG_CONFIG_HOME", config_home.path()) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1543:9
[INFO] [stdout]      |
[INFO] [stdout] 1543 |         unsafe { env::set_var("XDG_DATA_HOME", data_home.path()) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1545:9
[INFO] [stdout]      |
[INFO] [stdout] 1545 |         unsafe { env::set_var("XDG_STATE_HOME", state_home.path()) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1547:9
[INFO] [stdout]      |
[INFO] [stdout] 1547 |         unsafe { env::set_var("XDG_BIN_HOME", bin_home.path()) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1586:9
[INFO] [stdout]      |
[INFO] [stdout] 1586 |         unsafe { env::set_var("XDG_DATA_DIRS", data_dirs.path()) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]     --> src/lib.rs:1588:9
[INFO] [stdout]      |
[INFO] [stdout] 1588 |         unsafe { env::set_var("XDG_CONFIG_DIRS", config_dirs.path()) };
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `microxdg` (lib test) due to 168 previous errors
[INFO] running `Command { std: "docker" "inspect" "68a80d20e43780ab3339ee3275b1b43e17a3ddfb63b8932def9bf326d84e8555", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "68a80d20e43780ab3339ee3275b1b43e17a3ddfb63b8932def9bf326d84e8555", kill_on_drop: false }`
[INFO] [stdout] 68a80d20e43780ab3339ee3275b1b43e17a3ddfb63b8932def9bf326d84e8555
